gtk-demo: Don't overdraw the fishbowl
authorMatthias Clasen <mclasen@redhat.com>
Wed, 13 May 2020 23:21:00 +0000 (19:21 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 13 May 2020 23:21:00 +0000 (19:21 -0400)
Set overflow to hidden for the fishbowl widget, so the
blur buttons don't leak out into the window shadow.

demos/gtk-demo/fishbowl.ui

index 3805724437478804b16a7b6a16f3e0235e03f6d4..fcf5d38fa4f473a2770f80cd8bfa8c13babe9409 100644 (file)
@@ -58,6 +58,7 @@
     <child>
       <object class="GtkFishbowl" id="bowl">
         <property name="visible">True</property>
+        <property name="overflow">hidden</property>
         <property name="animating">True</property>
         <property name="benchmark" bind-source="changes_allow" bind-property="active" bind-flags="invert-boolean | sync-create"/>
       </object>